home *** CD-ROM | disk | FTP | other *** search
/ Machine Hunter - Digital … Kit (Europe) (En,Fr,De) / Machine Hunter - Digital Press Kit (Europe) (En,Fr,De).bin / mac / EIDOS.dir / 00150_Script_150 < prev    next >
Text File  |  1997-05-14  |  127b  |  7 lines

  1. on exitFrame
  2.   if soundBusy (0) = false then
  3.     go to frame "return"
  4.   else
  5.     go to frame "loop pictures"
  6.   end if
  7. end